projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495de6e
)
Check for termcap.h.
author
Dave Love
<fx@gnu.org>
Wed, 18 Aug 1999 13:22:47 +0000
(13:22 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 18 Aug 1999 13:22:47 +0000
(13:22 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 50149e110f33c6194a763a9653766b1ec1436d58..96faa5c875c3433dfd4b756edd339817f71ec810 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1117,7
+1117,7
@@
if test "${with_sound}" != "no"; then
fi
dnl checks for header files
-AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h)
+AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h
termcap.h
)
AC_HEADER_STDC
AC_HEADER_TIME
AC_DECL_SYS_SIGLIST